﻿2026-09-07T07:52:56.4415964Z ##[group]Run actions/checkout@v5
2026-09-07T07:52:56.4417088Z with:
2026-09-07T07:52:56.4417603Z   repository: BigscreenVR/spt-bs-core
2026-09-07T07:52:56.4422185Z   token: ***
2026-09-07T07:52:56.4422564Z   ssh-strict: true
2026-09-07T07:52:56.4422925Z   ssh-user: git
2026-09-07T07:52:56.4423296Z   persist-credentials: true
2026-09-07T07:52:56.4423659Z   clean: true
2026-09-07T07:52:56.4424014Z   sparse-checkout-cone-mode: true
2026-09-07T07:52:56.4424407Z   fetch-depth: 1
2026-09-07T07:52:56.4424731Z   fetch-tags: false
2026-09-07T07:52:56.4425071Z   show-progress: true
2026-09-07T07:52:56.4425406Z   lfs: false
2026-09-07T07:52:56.4425767Z   submodules: false
2026-09-07T07:52:56.4426145Z   set-safe-directory: true
2026-09-07T07:52:56.4426583Z   allow-unsafe-pr-checkout: false
2026-09-07T07:52:56.4427223Z ##[endgroup]
2026-09-07T07:52:56.6367523Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-07T07:52:56.6368838Z ##[group]Getting Git version info
2026-09-07T07:52:56.6369402Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-09-07T07:52:56.6606478Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-09-07T07:52:56.7123012Z git version 2.43.0.windows.1
2026-09-07T07:52:56.7153903Z ##[endgroup]
2026-09-07T07:52:56.7163294Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6028debe-e026-4d86-9d6b-92accf3353bc\.gitconfig'
2026-09-07T07:52:56.7178449Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6028debe-e026-4d86-9d6b-92accf3353bc' before making global git config changes
2026-09-07T07:52:56.7179549Z Adding repository directory to the temporary git global config as a safe directory
2026-09-07T07:52:56.7185908Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-09-07T07:52:56.7498737Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-09-07T07:52:56.7748897Z https://github.com/BigscreenVR/spt-bs-core
2026-09-07T07:52:56.7774283Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-07T07:52:56.7779144Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-07T07:52:56.8040456Z refs/heads/main
2026-09-07T07:52:56.8063279Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-09-07T07:52:56.9262418Z HEAD is now at ff4b405dd test(rig): make HEAVY-AT-BIRTH a rule the build applies, not one we remember
2026-09-07T07:52:56.9956347Z ##[endgroup]
2026-09-07T07:52:56.9959383Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-09-07T07:52:57.9906596Z ##[group]Cleaning the repository
2026-09-07T07:52:57.9907516Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-09-07T07:53:08.5064429Z Removing target/
2026-09-07T07:53:08.5105430Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-09-07T07:53:08.6596644Z HEAD is now at ff4b405dd test(rig): make HEAVY-AT-BIRTH a rule the build applies, not one we remember
2026-09-07T07:53:08.6624226Z ##[endgroup]
2026-09-07T07:53:08.6628707Z ##[group]Disabling automatic garbage collection
2026-09-07T07:53:08.6634406Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-09-07T07:53:08.6967833Z ##[endgroup]
2026-09-07T07:53:08.6968396Z ##[group]Setting up auth
2026-09-07T07:53:08.6974286Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-09-07T07:53:08.7271940Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-09-07T07:53:09.6512761Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-07T07:53:09.6785025Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-09-07T07:53:10.6320770Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-07T07:53:10.6614692Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-09-07T07:53:13.8903163Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-09-07T07:53:13.9485866Z ##[endgroup]
2026-09-07T07:53:13.9486562Z ##[group]Fetching the repository
2026-09-07T07:53:13.9501343Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ba74b798a4fa6a52108dd94dfb9a587ddcc9de8c:refs/remotes/pull/199/merge
2026-09-07T07:53:18.4444271Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-07T07:53:18.4445043Z  * [new ref]             ba74b798a4fa6a52108dd94dfb9a587ddcc9de8c -> pull/199/merge
2026-09-07T07:53:18.4606448Z ##[endgroup]
2026-09-07T07:53:18.4606970Z ##[group]Determining the checkout info
2026-09-07T07:53:18.4607500Z ##[endgroup]
2026-09-07T07:53:18.4613086Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-09-07T07:53:18.4969010Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-09-07T07:53:18.6902046Z ##[group]Checking out the ref
2026-09-07T07:53:18.6907115Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/199/merge
2026-09-07T07:53:18.9179961Z Previous HEAD position was ff4b405dd test(rig): make HEAVY-AT-BIRTH a rule the build applies, not one we remember
2026-09-07T07:53:18.9180658Z HEAD is now at ba74b798a Merge e3bd53d4411d1964f70a11f048ad83bc98ac5d5f into ff4b405dd368d216ba747666906d28ed1b1d5835
2026-09-07T07:53:18.9216583Z ##[endgroup]
2026-09-07T07:53:18.9567270Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-09-07T07:53:19.1439917Z ba74b798a4fa6a52108dd94dfb9a587ddcc9de8c
